* gtk/gtkmain.c (gtk_init_with_args): Open the default display
even when gtk_parse_args() has already been called.
Patch by Mathias Hasselmann
svn path=/trunk/; revision=20366
+2008-06-12 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 537985 – gtk_init_with_args() doesn't open a display after
+ gtk_parse_args()
+
+ * gtk/gtkmain.c (gtk_init_with_args): Open the default display
+ even when gtk_parse_args() has already been called.
+ Patch by Mathias Hasselmann
+
2008-06-12 Matthias Clasen <mclasen@redhat.com>
Bug 524222 – GtkToolbar with mix of buttons with and without
gboolean retval;
if (gtk_initialized)
- return TRUE;
+ return gdk_display_open_default_libgtk_only () != NULL;
gettext_initialization ();